@charset "utf-8";
/* CSS Document */
ul{
List-style-type: none;
Margin: 0;
Padding: 0;
overflow: hidden;
background-color: #A1A4EB;
}

li{
float: left;

}
li a{
Display: block;
color: white;
padding: 15px 30px;
text-decoration: none;
}

footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: darkgray;
color: white;
text-align: center;
}